My Stuff
-
Re: Advanced PDF/HTML Statement
Hi Asher, I was able to make it work using the code snippet below. <#if statement.lines?has_content> <table class="itemtable" style="width: 100%; margin-top: 10px;">&l…1 -
Re: Employee box print
You may also check these steps, Liz:2 -
Re: Associating sales order line charges with line item
Hi @User_7PN92, I suggest creating a custom line field where the line number of the item added before the charge item will be set. The custom line field can then, be used as flag for condition on tem…2 -
Re: Syntax for Adv PDF help
Hi Kyle, I replaced * with x using ?replace function and stored the masked part (xxxxxxxxxxxx) and the exposed last 4 digits part (1234) into separate variables. Then, printed both variables with add…2 -
Re: Unable to convert String to a Number
Hi Christopher, The error came from the lines where line.payment is null and are still calculated by the formula. I added an if else condition to avoid the error. Pasting the code here for easier tes…1
